home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 5784 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  754 b 

  1. Path: news.tau.ac.il!usenet
  2. From: Avi Lev <avil@sapiens.com>
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Sorting a list
  5. Date: Wed, 20 Mar 1996 08:02:16 +0200
  6. Organization: Sapiens Technologies
  7. Message-ID: <314F9F68.48E2@sapiens.com>
  8. References: <272.6650T63T1340@sn.no>
  9. NNTP-Posting-Host: honda.sapiens.co.il
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.0 (WinNT; I)
  14.  
  15. Christopher Naas wrote:
  16. > What's the absolutely fastest algorithm for sorting a List with around 1000
  17. > items alphabetically?
  18.  
  19. well, the fastest way is no doubt, bubble sort!!! but you have to perform the sort on a 
  20. list of pointers to the strings not on the strings themselves otherwise it'll be slower.
  21.